var golang.org/x/net/http2.errChanPool
3 uses
golang.org/x/net/http2 (current package)
server.go#L136: var errChanPool = sync.Pool{
server.go#L142: return errChanPool.Get().(chan error) // Server used without calling ConfigureServer
server.go#L149: errChanPool.Put(ch) // Server used without calling ConfigureServer
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)